home *** CD-ROM | disk | FTP | other *** search
/ SOHO - Exploring the Sun - 2003 Update / SOHO - Exploring the Sun - 2003 Update.iso / pc / data / qtinst.dcr / 00011.ls < prev    next >
Encoding:
Text File  |  1999-11-07  |  128 b   |  7 lines

  1. on startMovie
  2.   global ComputerSpeed
  3.   if (ComputerSpeed >= 0) and (ComputerSpeed < 10) then
  4.     go("systemError")
  5.   end if
  6. end
  7.